git-waitid
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Fri, 14 Oct 2022 19:35:00 +0000 (20:35 +0100)
committerAurelien Jarno <aurel32@debian.org>
Fri, 14 Oct 2022 19:35:00 +0000 (20:35 +0100)
commit1ae3a131c806c6a35117f50026f786f230517ac5
treeacade842d6302274060ddcd764a350d7f83b0bed
parentb57d555e78fdf64d605247b8c311a5a8b90c4ba8
git-waitid

Committed for 2.33

commit f6abd970284a06380cd9d905f43da104bd49fc95 (HEAD -> master, jolly/master)
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Dec 28 23:37:04 2020 +0100

    hurd: Add WSTOPPED/WCONTINUED/WEXITED/WNOWAIT support [BZ #23091]

    The new __proc_waitid RPC now expects WEXITED to be passed, allowing to
    properly implement waitid, and thus define the missing W* macros
    (according to FreeBSD values).

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-waitid.diff
bits/waitflags.h
conform/data/sys/wait.h-data
sysdeps/mach/hurd/waitid.c [new file with mode: 0644]